home *** CD-ROM | disk | FTP | other *** search
- WPMDX.EXE 1.12 7/24/92
- WordPerfect 5.1 for DOS Macro Description Extractor
- Copyright (c) 1992 by Stan Mulder
-
- PURPOSE
- WPMDX.EXE extracts the description part of a WordPerfect 5.1 DOS macro. It
- creates a list of sorted filenames followed by their descriptions. Output
- can be sent to the screen, file or printer. Example output:
-
- FILENAME -> DESCRIPTION
- ALTD.WPM -> Go to list files with options; no save
- ALTE.WPM -> Edit a Code
- ALTF.WPM -> Font List
- ALTI.WPM -> Italics
- ALTP.WPM -> Save document by overwriting/no exit
- ALTQ.WPM -> Quit WordPerfect w/o saving anything
- ALTR.WPM -> Replace Size, Attribute, or Text.
- ALTU.WPM -> Uppercase the current cursor position
- ALTX.WPM -> Various routines
- ALTZ.WPM ->
- BCMRG.WPM -> Parse variable "ZIP" for POSTNET barcod
- CADD.WPM -> set up cadd sheet
- CALC.WPM -> Pop-Up Calculator
- CCM.WPM -> Creates columned list of character maps
- CEO21.WPM -> Count every occurence of every word
- COUNT.WPM -> Macro to count strings
- DATEDOC.WPM -> Names document with the current date
-
- ... etc.
-
-
-
- USAGE:
- WPMDX.EXE [macro directory\filename.wpm]
-
- Display to screen:
- WPMDX.EXE c:\wp51\macros\*.wpm
-
- Display one screen at a time:
- WPMDX.EXE c:\wp51\macros\*.wpm | MORE
-
- Output to a file:
- WPMDX.EXE c:\wp51\macros\*.wpm > filename
-
- Display only macros that start with "M":
- WPMDX.EXE c:\wp51\macros\m*.wpm
-
- Output to a printer:
- WPMDX.EXE c:\wp51\macros\*.wpm > lpt1
-
- Display only macros with one character in the filename:
- WPMDX.EXE c:\wp51\macros\?.wpm
-
- Executing WPMDX by itself will produce a help screen.
-
-
- USING THE TEXT OUPUT WITH OTHER WP MACROS
- Tip: Once imported into WordPerfect, the "->" can be used as a macro search
- spec. When the search fails, you know you've processed all the files and
- descriptions. Of course you could also use the .WPM in each filename as a
- search spec.
-
-
- NOTES
- This program may not be resold in any way whatsoever, but may be distributed
- as shareware as long as no modifications are made to the files. No warranty
- is made as to the fitness or useability of this program.
-
- WPMDX.EXE was written in QuickBasic 4.5
-
- Send any comments or enhancement requests to the below CompuServe ID or PO
- Box address. I hope you enjoy WPMDX.EXE.
-
- Stan Mulder
- PO Box 2375
- Winter Haven, FL 33883-2375
- USA
-
- CompuServe: 73447,561
-
- REVISION
- 1.12 Stopped extraction of description when first byte was nulled.
-
- 1.11 First released version.